Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update go-dependencies #1073

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 7, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/goccy/go-yaml v1.15.22 -> v1.15.23 age adoption passing confidence
github.com/mholt/archiver/v4 v4.0.0-alpha.8 -> v4.0.0-alpha.9 age adoption passing confidence
github.com/pterm/pterm v0.12.79 -> v0.12.80 age adoption passing confidence
helm.sh/helm/v3 v3.17.0 -> v3.17.1 age adoption passing confidence
k8s.io/api v0.32.1 -> v0.32.2 age adoption passing confidence
k8s.io/apimachinery v0.32.1 -> v0.32.2 age adoption passing confidence
k8s.io/client-go v0.32.1 -> v0.32.2 age adoption passing confidence

Release Notes

goccy/go-yaml (github.com/goccy/go-yaml)

v1.15.23: 1.15.23

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.15.22...v1.15.23

mholt/archiver (github.com/mholt/archiver/v4)

v4.0.0-alpha.9

Compare Source

Alpha 9 introduces some new features, and also important fixes and optimizations, especially related to FileSystems and tar archives.

⚠️ This release has some breaking changes to the API, but fairly minor all things considered. Be advised that the next release may have a new package name: archives. See #​427.

  • Using fs.WalkDir() is now much faster when walking large tar archives.
  • A FileSystem can be created from a stream instead of just a file name (but the stream must be a Reader, ReaderAt, and Seeker).
  • Added lzip compression.
  • Renamed CompressedArchive to Archive since compression is optional.
  • Split Archival into Archival and Extraction, since not all archive formats can archive (some, like rar and 7z, can only extract).
  • Removed the filename filter argument from Extract() since it was mostly pointless and even confusing.
  • Brotli-compressed files can now be identified by their stream, maybe... sometimes (it's worth a shot; brotli has no notable magic number or header so we just try our best).
  • Removed ErrStopWalk in favor of fs.SkipAll which is apparently the same thing
  • Renamed ErrNoMatch to NoMatch since it is a sentinel (error) value and not an actual error.

What's Changed

New Contributors

Full Changelog: mholt/archiver@v4.0.0-alpha.8...v4.0.0-alpha.9

pterm/pterm (github.com/pterm/pterm)

v0.12.80

Compare Source

What's Changed

Exciting New Features 🎉
Fixes 🔧
Other Changes

New Contributors

Full Changelog: pterm/pterm@v0.12.79...v0.12.80

helm/helm (helm.sh/helm/v3)

v3.17.1

Compare Source

kubernetes/api (k8s.io/api)

v0.32.2

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.32.2

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.32.2

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Feb 7, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 8 additional dependencies were updated

Details:

Package Change
github.com/bodgit/plumbing v1.2.0 -> v1.3.0
github.com/bodgit/sevenzip v1.3.0 -> v1.5.2
github.com/bodgit/windows v1.0.0 -> v1.0.1
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 -> v0.0.2-0.20230904184137-39efe44ab707
github.com/nwaples/rardecode/v2 v2.0.0-beta.2 -> v2.0.0-beta.4
go4.org v0.0.0-20200411211856-f5505b9728dd -> v0.0.0-20230225012048-214862532bf5
k8s.io/apiextensions-apiserver v0.32.0 -> v0.32.1
k8s.io/apiserver v0.32.0 -> v0.32.1

@renovate renovate bot requested a review from a team as a code owner February 7, 2025 20:39
@renovate renovate bot force-pushed the renovate/go-dependencies branch 9 times, most recently from c9a73e4 to 3594f09 Compare February 12, 2025 17:02
@catsby catsby mentioned this pull request Feb 12, 2025
5 tasks
@renovate renovate bot force-pushed the renovate/go-dependencies branch 3 times, most recently from 663eaa8 to 9331faa Compare February 13, 2025 17:17
| datasource | package                      | from           | to             |
| ---------- | ---------------------------- | -------------- | -------------- |
| go         | github.com/goccy/go-yaml     | v1.15.22       | v1.15.23       |
| go         | github.com/mholt/archiver/v4 | v4.0.0-alpha.8 | v4.0.0-alpha.9 |
| go         | github.com/pterm/pterm       | v0.12.79       | v0.12.80       |
| go         | helm.sh/helm/v3              | v3.17.0        | v3.17.1        |
| go         | k8s.io/api                   | v0.32.1        | v0.32.2        |
| go         | k8s.io/apimachinery          | v0.32.1        | v0.32.2        |
| go         | k8s.io/client-go             | v0.32.1        | v0.32.2        |
@renovate renovate bot force-pushed the renovate/go-dependencies branch from 9331faa to af267d5 Compare February 15, 2025 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants